GrapeCity CalendarGrid for Windows Forms 2.0J
ListItem コンストラクタ(Object[],Int32,Object,Color,Color,Int32,Font,CalendarGradientEffect,String,Object,Boolean)

オブジェクトのコレクション。
ListItem の Indent を表す int 値。
ListItem の Image を表す object 値。
ListItem の BackColor を表す Color 値。
ListItem の ForeColor を表す Color 値。
ListItem の Height を表す int 値。
ListItem の Font を表す Font 値。
ListItem の GradientEffect を表す GradientEffect。
ListItem の ToolTipText を表す string 値。
ListItem の Tag を表す object 値。
ListItem の Visible を表す bool 値。
指定した設定を使用して、ListItem クラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal subItems() As Object, _
   ByVal indent As Integer, _
   ByVal image As Object, _
   ByVal backColor As Color, _
   ByVal foreColor As Color, _
   ByVal height As Integer, _
   ByVal font As Font, _
   ByVal gradientEffect As CalendarGradientEffect, _
   ByVal toolTipText As String, _
   ByVal tag As Object, _
   ByVal visible As Boolean _
)

パラメータ

subItems
オブジェクトのコレクション。
indent
ListItem の Indent を表す int 値。
image
ListItem の Image を表す object 値。
backColor
ListItem の BackColor を表す Color 値。
foreColor
ListItem の ForeColor を表す Color 値。
height
ListItem の Height を表す int 値。
font
ListItem の Font を表す Font 値。
gradientEffect
ListItem の GradientEffect を表す GradientEffect。
toolTipText
ListItem の ToolTipText を表す string 値。
tag
ListItem の Tag を表す object 値。
visible
ListItem の Visible を表す bool 値。
参照

ListItem クラス
ListItem メンバ
オーバーロード一覧

 

 


c 2008 GrapeCity inc. All rights reserved.